home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_gif.dll / 0 / RCDATA / TFRMGIFEXPORT / TFRMGIFEXPORT.txt
Text File  |  2004-10-22  |  5KB  |  227 lines

  1. object frmGIFExport: TfrmGIFExport
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'GIF Export'
  7.   ClientHeight = 274
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pclGExport: TPageControl
  20.     Left = 5
  21.     Top = 5
  22.     Width = 390
  23.     Height = 233
  24.     ActivePage = shtSettings
  25.     HotTrack = True
  26.     TabOrder = 0
  27.     object shtSettings: TTabSheet
  28.       Caption = 'Settings'
  29.       object gbxColorReduction: TGroupBox
  30.         Left = 10
  31.         Top = 4
  32.         Width = 164
  33.         Height = 190
  34.         Caption = ' Color Reduction '
  35.         TabOrder = 0
  36.         object rbnNone: TRadioButton
  37.           Left = 11
  38.           Top = 17
  39.           Width = 140
  40.           Height = 17
  41.           Caption = 'None'
  42.           TabOrder = 0
  43.         end
  44.         object rbnWindows20: TRadioButton
  45.           Left = 11
  46.           Top = 37
  47.           Width = 138
  48.           Height = 17
  49.           Caption = 'Windows 20-color'
  50.           TabOrder = 1
  51.         end
  52.         object rbnWindows256: TRadioButton
  53.           Left = 11
  54.           Top = 57
  55.           Width = 136
  56.           Height = 17
  57.           Caption = 'Windows 256-color'
  58.           TabOrder = 2
  59.         end
  60.         object rbnWindowsGray: TRadioButton
  61.           Left = 11
  62.           Top = 77
  63.           Width = 137
  64.           Height = 17
  65.           Caption = 'Windows GrayScale'
  66.           TabOrder = 3
  67.         end
  68.         object rbnMonochrome: TRadioButton
  69.           Left = 11
  70.           Top = 97
  71.           Width = 139
  72.           Height = 17
  73.           Caption = 'Monochrome'
  74.           TabOrder = 4
  75.         end
  76.         object rbnGrayScale: TRadioButton
  77.           Left = 11
  78.           Top = 117
  79.           Width = 139
  80.           Height = 17
  81.           Caption = 'GrayScale'
  82.           TabOrder = 5
  83.         end
  84.         object rbnNetscape: TRadioButton
  85.           Left = 11
  86.           Top = 137
  87.           Width = 139
  88.           Height = 17
  89.           Caption = 'Netscape WebSafe'
  90.           TabOrder = 6
  91.         end
  92.         object rbnQuantizeWindows: TRadioButton
  93.           Left = 11
  94.           Top = 157
  95.           Width = 139
  96.           Height = 17
  97.           Caption = 'Optimal 256-colors'
  98.           Checked = True
  99.           TabOrder = 7
  100.           TabStop = True
  101.         end
  102.       end
  103.       object gbxDither: TGroupBox
  104.         Left = 182
  105.         Top = 4
  106.         Width = 186
  107.         Height = 190
  108.         Caption = ' Dither '
  109.         TabOrder = 1
  110.         object rbnNearest: TRadioButton
  111.           Left = 11
  112.           Top = 17
  113.           Width = 113
  114.           Height = 17
  115.           Caption = 'Nearest'
  116.           TabOrder = 0
  117.         end
  118.         object rbnFloydSteinberg: TRadioButton
  119.           Left = 11
  120.           Top = 36
  121.           Width = 113
  122.           Height = 17
  123.           Caption = 'Floyd Steinberg'
  124.           Checked = True
  125.           TabOrder = 1
  126.           TabStop = True
  127.         end
  128.         object rbnStucki: TRadioButton
  129.           Left = 11
  130.           Top = 55
  131.           Width = 113
  132.           Height = 17
  133.           Caption = 'Stucki'
  134.           TabOrder = 2
  135.         end
  136.         object rbnSierra: TRadioButton
  137.           Left = 11
  138.           Top = 74
  139.           Width = 113
  140.           Height = 17
  141.           Caption = 'Sierra'
  142.           TabOrder = 3
  143.         end
  144.         object rbnJaJuNI: TRadioButton
  145.           Left = 11
  146.           Top = 93
  147.           Width = 129
  148.           Height = 17
  149.           BiDiMode = bdLeftToRight
  150.           Caption = 'Jarvis, Judice && Ninke'
  151.           ParentBiDiMode = False
  152.           TabOrder = 4
  153.         end
  154.         object rbnStevArche: TRadioButton
  155.           Left = 11
  156.           Top = 112
  157.           Width = 137
  158.           Height = 17
  159.           Caption = 'Stevenson && Arche'
  160.           TabOrder = 5
  161.         end
  162.         object rbnBurkes: TRadioButton
  163.           Left = 11
  164.           Top = 131
  165.           Width = 113
  166.           Height = 17
  167.           Caption = 'Burkes'
  168.           TabOrder = 6
  169.         end
  170.       end
  171.     end
  172.     object shtPreview: TTabSheet
  173.       Caption = 'Preview'
  174.       ImageIndex = 1
  175.       OnShow = shtPreviewShow
  176.       object sbxPreview: TScrollBox
  177.         Left = 0
  178.         Top = 0
  179.         Width = 382
  180.         Height = 205
  181.         HorzScrollBar.Smooth = True
  182.         HorzScrollBar.Tracking = True
  183.         VertScrollBar.Smooth = True
  184.         VertScrollBar.Tracking = True
  185.         Align = alClient
  186.         Color = clAppWorkSpace
  187.         ParentColor = False
  188.         TabOrder = 0
  189.         object imgPreview: TImage
  190.           Left = 0
  191.           Top = 0
  192.           Width = 105
  193.           Height = 105
  194.           AutoSize = True
  195.         end
  196.       end
  197.     end
  198.   end
  199.   object btnCancel: TButton
  200.     Left = 320
  201.     Top = 242
  202.     Width = 75
  203.     Height = 25
  204.     Caption = 'Cancel'
  205.     TabOrder = 1
  206.     OnClick = btnCancelClick
  207.   end
  208.   object btnOK: TButton
  209.     Left = 242
  210.     Top = 242
  211.     Width = 75
  212.     Height = 25
  213.     Caption = 'OK'
  214.     Default = True
  215.     TabOrder = 2
  216.     OnClick = btnOKClick
  217.   end
  218.   object dlgGSave: TSaveDialog
  219.     DefaultExt = 'gif'
  220.     FileName = 'Untitled.gif'
  221.     Filter = 'CompuServe GIF Images (*.gif)|*.gif'
  222.     Title = 'Save GIF ...'
  223.     Left = 361
  224.     Top = 3
  225.   end
  226. end
  227.